toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.annotation
/
[jvm]Immutable
Immutable
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Target
(
value
=
[
ElementType.METHOD
,
ElementType.TYPE
]
)
annotation class
Immutable
Annotates a program element (class, method) which must be immutable.
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String